[INFO] cloning repository https://github.com/cheng-chun-yuan/claude-guide
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/cheng-chun-yuan/claude-guide" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcheng-chun-yuan%2Fclaude-guide", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcheng-chun-yuan%2Fclaude-guide'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 1328877756d10dd87bae74412b40b0f521ad2600
[INFO] checking cheng-chun-yuan/claude-guide against master#c290daa1e5274a52e54a0f49e31bd70192abc606 for pr-133502-23
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcheng-chun-yuan%2Fclaude-guide" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/cheng-chun-yuan/claude-guide
[INFO] finished tweaking git repo https://github.com/cheng-chun-yuan/claude-guide
[INFO] tweaked toml for git repo https://github.com/cheng-chun-yuan/claude-guide written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/cheng-chun-yuan/claude-guide on toolchain c290daa1e5274a52e54a0f49e31bd70192abc606
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/cheng-chun-yuan/claude-guide already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded gray_matter v0.2.9
[INFO] [stderr]   Downloaded tui-textarea v0.7.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 6719505bd75fcc102b24bf0badfe805edcf597be8bea4579f9b95386996b12cb
[INFO] running `Command { std: "docker" "start" "6719505bd75fcc102b24bf0badfe805edcf597be8bea4579f9b95386996b12cb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6719505bd75fcc102b24bf0badfe805edcf597be8bea4579f9b95386996b12cb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6719505bd75fcc102b24bf0badfe805edcf597be8bea4579f9b95386996b12cb" "/opt/rustwide/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6719505bd75fcc102b24bf0badfe805edcf597be8bea4579f9b95386996b12cb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6719505bd75fcc102b24bf0badfe805edcf597be8bea4579f9b95386996b12cb" "/opt/rustwide/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.105
[INFO] [stderr]    Compiling libc v0.2.180
[INFO] [stderr]    Compiling zerocopy v0.8.33
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling instability v0.3.11
[INFO] [stderr]     Checking once_cell v1.21.3
[INFO] [stderr]     Checking ryu v1.0.22
[INFO] [stderr]     Checking linux-raw-sys v0.4.15
[INFO] [stderr]     Checking unicode-width v0.1.14
[INFO] [stderr]     Checking unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling zmij v1.0.12
[INFO] [stderr]     Checking cassowary v0.3.0
[INFO] [stderr]     Checking anstream v0.6.21
[INFO] [stderr]     Checking arraydeque v0.5.1
[INFO] [stderr]     Checking option-ext v0.2.0
[INFO] [stderr]     Checking unicode-width v0.2.0
[INFO] [stderr]     Checking compact_str v0.8.1
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]     Checking clap_builder v4.5.54
[INFO] [stderr]     Checking unicode-truncate v1.1.0
[INFO] [stderr]    Compiling quote v1.0.43
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking mio v1.1.1
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking socket2 v0.6.1
[INFO] [stderr]     Checking dirs-sys v0.4.1
[INFO] [stderr]     Checking dirs v5.0.1
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking signal-hook v0.3.18
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking ahash v0.8.12
[INFO] [stderr]     Checking signal-hook-mio v0.2.5
[INFO] [stderr]     Checking crossterm v0.28.1
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking hashlink v0.8.4
[INFO] [stderr]     Checking yaml-rust2 v0.8.1
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling clap_derive v4.5.49
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]     Checking tokio v1.49.0
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking strum v0.26.3
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]     Checking clap v4.5.54
[INFO] [stderr]     Checking ratatui v0.29.0
[INFO] [stderr]     Checking ratatui v0.28.1
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking toml v0.5.11
[INFO] [stderr]     Checking serde_yaml v0.9.34+deprecated
[INFO] [stderr]     Checking tui-textarea v0.7.0
[INFO] [stderr]     Checking gray_matter v0.2.9
[INFO] [stderr]     Checking claude-guide v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: method `description` is never used
[INFO] [stdout]   --> src/actions.rs:45:12
[INFO] [stdout]    |
[INFO] [stdout] 44 | impl Action {
[INFO] [stdout]    | ----------- method in this implementation
[INFO] [stdout] 45 |     pub fn description(&self) -> &'static str {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `claude_dir` is never read
[INFO] [stdout]    --> src/app.rs:183:9
[INFO] [stdout]     |
[INFO] [stdout] 169 | pub struct App {
[INFO] [stdout]     |            --- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 183 |     pub claude_dir: PathBuf,
[INFO] [stdout]     |         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `preview` is never used
[INFO] [stdout]   --> src/config/commands.rs:30:12
[INFO] [stdout]    |
[INFO] [stdout] 12 | impl Command {
[INFO] [stdout]    | ------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 30 |     pub fn preview(&self, max_lines: usize) -> String {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `total_count` is never used
[INFO] [stdout]    --> src/config/hooks.rs:154:12
[INFO] [stdout]     |
[INFO] [stdout] 118 | impl HooksConfig {
[INFO] [stdout]     | ---------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 154 |     pub fn total_count(&self) -> usize {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `with_env` is never used
[INFO] [stdout]   --> src/config/mcp.rs:28:12
[INFO] [stdout]    |
[INFO] [stdout] 14 | impl McpServer {
[INFO] [stdout]    | -------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 28 |     pub fn with_env(mut self, env: HashMap<String, String>) -> Self {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `McpServersConfig` is never constructed
[INFO] [stdout]   --> src/config/mcp.rs:35:12
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub struct McpServersConfig {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple associated items are never used
[INFO] [stdout]   --> src/config/mcp.rs:41:12
[INFO] [stdout]    |
[INFO] [stdout] 40 | impl McpServersConfig {
[INFO] [stdout]    | --------------------- associated items in this implementation
[INFO] [stdout] 41 |     pub fn new() -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 47 |     pub fn add(&mut self, name: String, server: McpServer) {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 51 |     pub fn remove(&mut self, name: &str) -> Option<McpServer> {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 55 |     pub fn get(&self, name: &str) -> Option<&McpServer> {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 59 |     pub fn get_mut(&mut self, name: &str) -> Option<&mut McpServer> {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 63 |     pub fn list(&self) -> Vec<(&String, &McpServer)> {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 67 |     pub fn count(&self) -> usize {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `mcp_servers_config` is never used
[INFO] [stdout]   --> src/config/settings.rs:60:12
[INFO] [stdout]    |
[INFO] [stdout] 22 | impl Settings {
[INFO] [stdout]    | ------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 60 |     pub fn mcp_servers_config(&self) -> McpServersConfig {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `0` and `1` are never read
[INFO] [stdout]  --> src/event.rs:8:12
[INFO] [stdout]   |
[INFO] [stdout] 8 |     Resize(u16, u16),
[INFO] [stdout]   |     ------ ^^^  ^^^
[INFO] [stdout]   |     |
[INFO] [stdout]   |     fields in this variant
[INFO] [stdout]   |
[INFO] [stdout] help: consider changing the fields to be of unit type to suppress this warning while preserving the field numbering, or remove the fields
[INFO] [stdout]   |
[INFO] [stdout] 8 -     Resize(u16, u16),
[INFO] [stdout] 8 +     Resize((), ()),
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `description` is never used
[INFO] [stdout]   --> src/actions.rs:45:12
[INFO] [stdout]    |
[INFO] [stdout] 44 | impl Action {
[INFO] [stdout]    | ----------- method in this implementation
[INFO] [stdout] 45 |     pub fn description(&self) -> &'static str {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `claude_dir` is never read
[INFO] [stdout]    --> src/app.rs:183:9
[INFO] [stdout]     |
[INFO] [stdout] 169 | pub struct App {
[INFO] [stdout]     |            --- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 183 |     pub claude_dir: PathBuf,
[INFO] [stdout]     |         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `preview` is never used
[INFO] [stdout]   --> src/config/commands.rs:30:12
[INFO] [stdout]    |
[INFO] [stdout] 12 | impl Command {
[INFO] [stdout]    | ------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 30 |     pub fn preview(&self, max_lines: usize) -> String {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `total_count` is never used
[INFO] [stdout]    --> src/config/hooks.rs:154:12
[INFO] [stdout]     |
[INFO] [stdout] 118 | impl HooksConfig {
[INFO] [stdout]     | ---------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 154 |     pub fn total_count(&self) -> usize {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `with_env` is never used
[INFO] [stdout]   --> src/config/mcp.rs:28:12
[INFO] [stdout]    |
[INFO] [stdout] 14 | impl McpServer {
[INFO] [stdout]    | -------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 28 |     pub fn with_env(mut self, env: HashMap<String, String>) -> Self {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `McpServersConfig` is never constructed
[INFO] [stdout]   --> src/config/mcp.rs:35:12
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub struct McpServersConfig {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple associated items are never used
[INFO] [stdout]   --> src/config/mcp.rs:41:12
[INFO] [stdout]    |
[INFO] [stdout] 40 | impl McpServersConfig {
[INFO] [stdout]    | --------------------- associated items in this implementation
[INFO] [stdout] 41 |     pub fn new() -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 47 |     pub fn add(&mut self, name: String, server: McpServer) {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 51 |     pub fn remove(&mut self, name: &str) -> Option<McpServer> {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 55 |     pub fn get(&self, name: &str) -> Option<&McpServer> {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 59 |     pub fn get_mut(&mut self, name: &str) -> Option<&mut McpServer> {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 63 |     pub fn list(&self) -> Vec<(&String, &McpServer)> {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 67 |     pub fn count(&self) -> usize {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `mcp_servers_config` is never used
[INFO] [stdout]   --> src/config/settings.rs:60:12
[INFO] [stdout]    |
[INFO] [stdout] 22 | impl Settings {
[INFO] [stdout]    | ------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 60 |     pub fn mcp_servers_config(&self) -> McpServersConfig {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `0` and `1` are never read
[INFO] [stdout]  --> src/event.rs:8:12
[INFO] [stdout]   |
[INFO] [stdout] 8 |     Resize(u16, u16),
[INFO] [stdout]   |     ------ ^^^  ^^^
[INFO] [stdout]   |     |
[INFO] [stdout]   |     fields in this variant
[INFO] [stdout]   |
[INFO] [stdout] help: consider changing the fields to be of unit type to suppress this warning while preserving the field numbering, or remove the fields
[INFO] [stdout]   |
[INFO] [stdout] 8 -     Resize(u16, u16),
[INFO] [stdout] 8 +     Resize((), ()),
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.09s
[INFO] running `Command { std: "docker" "inspect" "6719505bd75fcc102b24bf0badfe805edcf597be8bea4579f9b95386996b12cb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6719505bd75fcc102b24bf0badfe805edcf597be8bea4579f9b95386996b12cb", kill_on_drop: false }`
[INFO] [stdout] 6719505bd75fcc102b24bf0badfe805edcf597be8bea4579f9b95386996b12cb
